@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* 
font-family: 'DM Sans', sans-serif;
font-family: 'Inter', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Montserrat', sans-serif;
*/

:root {
  --p-font: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Geneva, Verdana, sans-serif;
  --h-font: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Geneva, Verdana, sans-serif;

  --primary: #B29431;
  --primaryRGB: 178, 148, 49;

  --secondary: #0a8293;
  --secondaryRGB: 10, 130, 147;

  --third: #86D2E2;
  --thirdRGB: 134, 210, 226;

  --palette-navigationBackground-color: #fff;
}

.bg-rg-footer, .rg-footer {
  display: none !important;
}


/* hide home sections */

/* live hide */
.home #anna-modern-fold,
.home #widget-ctas {
  display: none;
}

.home section[data-cy="footer-valuation"] {
  display: none;
}

/* anna hide */
.home #search-tabs,
.home>section[aria-label="property search hero"] {
  display: none;
}

/* Page Resets */
.home #content {
  width: 100%;
  padding: 0;
}

.home .section-width-wrapper {
  padding: 0 !important;
  max-width: 100% !important;
}

.home #sidebar {
  display: none;
}

.home>div.lg\:px-40 {
  padding: 0 !important;
}

.home #content>section {
  margin: 0 !important;
}

.home header {
  position: fixed;
}

/* modern fixes */

#rg-valuation-iframe-0 {
  min-height: 25rem !important;
}

.property-detail-listing-vertical:hover {
  outline: none !important;
}

/*  */

/* Fonts */
body *:is(p, li, a, label, legend, button, option) {
  font-family: var(--p-font) !important;
}

body *:is(h1, h2, h3, h4, h5, h6, .text-hero) {
  font-family: var(--h-font) !important;
}

body h1,
body.home h2,
body .text-hero {
  font-weight: 600;
}

/* navigation */

.home header {
  transition: 300ms ease;
}

.home header.custom-scroll {
  top: -1px !important;
}

.home header.custom-scroll,
.pages header,
nav.top-nav {
  box-shadow: 0 1px 8px rgb(0, 0, 0, 0.15);
  border-bottom: none;
}

body>header>nav.relative>div.mx-0.pr-2.pl-6.lg\:px-8>div {
  height: 6rem;
}

body header #nav-logo {
  height: 3rem;
}

@media (min-width: 768px) {
  body header #nav-logo {
    height: 4rem;
  }
}

body.home header:not(.custom-scroll) #nav-logo img {
  /* filter: brightness(0) invert(1); */
  /* opacity: 0; */
  transition: 300ms ease;
}

body.home header>nav>div:first-child {
  transition: 300ms ease;
}

body.home header:not(.custom-scroll)>nav:not(#mobile-menu)>div:first-child {
  opacity: 1;
  background-color: rgb(255, 255, 255, 0);
}

.bg-palette-navigationBackground-color.bg-palette-navigationBackground-color {
  --palette-navigationBackground-color: #fff !important;
}

body.home header {
  background: transparent;
}

/* launch menu only */
/* #nav-links {
  display: none;
}

#nav-menu-button {
  display: flex !important;
} */

#nav-links>div {
  justify-content: flex-end;
  align-items: center;
}

/* custom banner nav links */
body.home header:not(.custom-scroll) #nav-links a {
  color: #fff;
}

body.home header:not(.custom-scroll) #nav-links a:hover {
  color: #f8f8f8;
}

/* scrolled and pages nav links */
body.home header.custom-scroll #nav-links a,
body.pages header #nav-links a {
  color: var(--primary);
}

body.home header.custom-scroll #nav-links a:hover,
body.pages header #nav-links a:hover {
  color: var(--secondary);
}

/* fix ugly border */

header #nav-links a {
  border: none;
  padding-bottom: 0.5rem;
  font-size: 0.9em;
  font-weight: bold;
}

header #nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* transform: translateX(-50%); */
  width: 0%;
  height: 2px;
  background: var(--secondary);
  transition: 300ms ease;
}

/* custom banner nav links */
body.home header:not(.custom-scroll) #nav-links a:hover::after {
  background: var(--primary);
}

/* scrolled and pages nav links */
body.home header.custom-scroll #nav-links a:hover::after,
body.pages header #nav-links a:hover::after {
  background: var(--secondary);
}

header #nav-links a:hover::after {
  width: 100%;
}

#nav-icons svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: 300ms ease;
}

body.home header #nav-icons svg {
  fill: #fff;
  color: #fff;
}

body.home header.custom-scroll #nav-icons svg,
body.pages header #nav-icons svg {
  fill: var(--third);
  color: var(--third);
}

#nav-menu-button svg path {
  transition: d 300ms ease;
}

#nav-menu-button svg:hover path {
  d: path("M 4 8 h 16 M 4 12 h 16 M 4 16 h 16");
}

@media (min-width: 451px) {
  .user-contact-icons ul {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.user-contact-icons .svg-inline--fa:not(.fa-bars) {
  display: none;
}

.user-contact-icons ul li a {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 300ms ease;
}

.user-contact-icons ul li a:hover svg {
  transition: 300ms ease;
}

.user-contact-icons ul li a:hover,
.user-contact-icons ul li a:hover svg {
  fill: var(--primary);
}

.user-contact-icons ul li a svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--third);
}

nav.top-nav a {
  transition: 300ms ease;
}

nav.top-nav a:hover {
  color: var(--primary);
}

/* mobile menu */
body #mobile-menu>div>div.pl-12.pr-32.pt-16.pb-8.flex.flex-col.h-mobile-nav-inner.sm\:h-screen.overflow-y-auto {
  background-color: var(--palette-navigationBackground-color) !important;
}

#mobile-menu .text-palette-navigationLink-color {
  color: var(--primary) !important;
  transition: 300ms ease;
  border-bottom: none;
  padding-bottom: 0.25rem;
  position: relative;
}

#mobile-menu .text-palette-navigationLink-color:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 2px;
  background-color: var(--secondary);
  transition: 300ms ease;
}

#mobile-menu .text-palette-navigationLink-color:hover:before {
  width: 100%;
}

#mobile-menu>div>div.pl-12.pr-32.pt-16.pb-8.flex.flex-col.h-mobile-nav-inner.sm\:h-screen.overflow-y-auto>div.sm\:hidden.pt-9.border-t.border-medium-gray,
#mobile-menu>div>div.sm\:hidden.p-4.absolute.bottom-0.p-11.text-white.bg-dark-gray.w-full {
  display: block;
}

#mobile-menu .bg-dark-gray {
  background-color: var(--secondary);
}

/* nav social */

#navSocialMedia {
  gap: 1rem;
  margin-top: 0 !important;
}

#navSocialMedia a.social-icon-footer {
  line-height: 1;
  color: var(--primary);
  font-size: 0.75em;
  display: block;
  transition: 300ms ease;
}

#navSocialMedia a.social-icon-footer:hover {
  color: var(--third);
}

/* Hero */

#custom-hero {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  display: grid;
  background-position: center;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.custom__video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#custom-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(45deg,
      rgb(0, 0, 0, 0.01),
      rgb(0, 0, 0, 0.35) 30% 70%,
      rgb(0, 0, 0, 0.01));
}

#custom-hero .custom-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 3;
  padding-inline: 1rem;
  width: min(1024px, 100%);
  left: 50%;
  transform: translateX(-50%);
}

#custom-hero img.banner_logo {
  padding: 1rem;
}

#custom-hero h1 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  margin: 0;
  padding: 0;
  border: none;
  text-shadow: 1px 1px 0.25rem rgb(0, 0, 0, 0.35);
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-wrap: balance;
}

#custom-hero h1 span.--sub {
  display: block;
  font-size: 0.5em;
  margin-top: .5rem;
  font-weight: 400;
  font-family: var(--p-font);
  text-wrap: balance;
  letter-spacing: 2px;
}

#custom-hero h2 {
  text-align: center;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-top: 1em;
}

#custom-hero #custom-search-tabs {
  display: grid;
  margin-top: 1rem;
  gap: 1rem;
  position: relative;
  z-index: 3;
  width: 100%;
}

#custom-hero #custom-search-tabs a {
  display: inline-block;
  line-height: 1;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  color: #fff;
  transition: 300ms ease;
  padding: 1em 3em;
  background-color: var(--primary);
  border: 1px solid #fff;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

#custom-hero #custom-search-tabs a:hover {
  background-color: var(--third);
  border-color: var(--third);
}

@media (min-width: 768px) {
  /* #custom-hero h1 {
    font-size: 1rem;
    text-wrap: wrap;
  } */


  #custom-hero #custom-search-tabs {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home #custom-hero #react-typeahead {
  width: 100%;
  /* margin-top: 1rem; */
  max-width: 100%;
}


/* page updates */

.text-hero {
  text-shadow: 1px 1px 0.25rem rgb(0, 0, 0, 0.5);
}

.h-hero-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.2);
  z-index: 2;
}

#rgsb-custom>section.mb-16>div>div.relative.h-full.flex.flex-col.justify-center.items-center {
  position: relative;
  z-index: 3;
}

/* map */
.mapsearch .search-results,
.mapsearch .viewport {
  width: 100%;
  max-width: 100%;
}